Interface FileLoaderInterface

Summary

Fully Qualified Name: Laminas\I18n\Translator\Loader\FileLoaderInterface

Description

File loader interface.

Methods

Name Description Defined By
load() Load translations from a file. FileLoaderInterface

Method Details

load()

Load translations from a file.

Parameter Name Type Description
$locale string
$filename string

Returns: \TextDomain|null

Top